home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 November / CPNL0711.ISO / boekhoud / finan / BADGER finance v1.0 beta 2.exe / xampplite / readme_en.txt < prev    next >
Text File  |  2006-05-31  |  7KB  |  170 lines

  1.   ApacheFriends XAMPP Lite version 1.5.3a
  2.  
  3.   + Apache 2.2.2
  4.   + MySQL 5.0.21
  5.   + PHP 5.1.4 + PEAR (basic package)
  6.   + eAccelerator 0.9.5 beta2 (PHP5 experimentally)
  7.   + XAMPP Control Version 2.3 from www.nat32.com    
  8.   + XAMPP Security 1.0    
  9.   + SQLite 2.8.15
  10.   + OpenSSL 0.9.8b
  11.   + phpMyAdmin 2.8.1
  12.   + Webalizer 2.01-10
  13.   + Zend Optimizer 3.0.0
  14.  
  15. * System Requirements:
  16.  
  17.   + 64 MB RAM (recommended)
  18.   + 100 MB free Fixed Disk 
  19.   + Windows 98, ME
  20.   + Windows NT, 2000, XP (Recommended)
  21.  
  22. QUICK INSTALLATION:
  23.  
  24. [Step 1: Unpack the package to your usb stick or a partition of your choice.
  25. There it must be on the highest level like E:\ or W:\. It will 
  26. build E:\xampplite or W:\xampplite or something like this. Please do not
  27. use the "setup_xampp.bat" for an USB stick installation!]   
  28.  
  29. Step 1: Unpack the package into a directory of your choice. Please start the 
  30. "setup_xampp.bat" and beginning the installation. Note: XAMPP makes no 
  31. entries in the windows registry and no settings for the system variables. 
  32.  
  33. Step 2: If installation ends successfully, start the Apache 2 with 
  34. "apache_start".bat", MySQL with "mysql_start".bat". Stop the MySQL 
  35. Server with "mysql_stop.bat". For shutdown the Apache HTTPD, only 
  36. close the Apache Command (CMD).  
  37.  
  38. Step 3: Start your browser and type http://127.0.0.1 or 
  39. http://localhost in the location bar. You should see our pre-made
  40. start page with certain examples and test screens. 
  41.  
  42. Step 4: PHP (with mod_php, as *.php, *.php4, *.php3, *.phtml), Perl
  43. by default with *.cgi, SSI with *.shtml are all located in 
  44. => \xampplite\htdocs\.
  45. Beispiele (Examples):
  46. => \xampplite\htdocs\test.php => http://localhost/test.php
  47. => \xampplite\myhome\test.php => http://localhost/myhome/test.php
  48.  
  49. Step 5: XAMPP UNINSTALL? Simply remove the "xampp" Directory.
  50. But before please shutdown the apache and mysql.  
  51.  
  52. ---------------------------------------------------------------
  53. PASSWORDS
  54.  
  55. 1) MySQL
  56.  
  57. user: root
  58. password:
  59. (means no password!)
  60.  
  61. 2) WEBDAV: 
  62.  
  63. user: wampp
  64. password: xampp
  65.  
  66. ---------------------------------------------------------------
  67. ONLY FOR NT SYSTEMS
  68. (NT4 | windows 2000 | windows xp)
  69.  
  70. \xampplite\apache\apache_installservice.bat =
  71. ==> Install Apache 2 as service   
  72.  
  73. \xampplite\apache\apache_uninstallservice.bat =
  74. ==> Uninstall Apache 2 as service   
  75.  
  76. \xampplite\mysql\mysql_installservice.bat =
  77. ==> Install MySQL as service   
  78.  
  79. \xampplite\mysql\mysql_uninstallservice.bat =
  80. ==> Uninstall MySQL as service   
  81.  
  82. ==> After all Service (un)installations, better restart system!
  83. ----------------------------------------------------------------
  84.  
  85. A matter of security (A MUST READ!)
  86.  
  87. As mentioned before, XAMPP is not meant for production use but only for developers 
  88. in a development environment. The way XAMPP is configured is to be open as possible 
  89. and allowing the developer anything he/she wants. For development environments this 
  90. is great but in a production environment it could be fatal. Here a list of missing security 
  91. in XAMPP:
  92.  
  93. The MySQL administrator (root) has no password.
  94. The MySQL daemon is accessible via network.
  95. phpMyAdmin is accessible via network.
  96. Examples are accessible via network.
  97.  
  98. To fix most of the security weaknesses simply call the following URL:
  99.  
  100. http://localhost/security/
  101.  
  102. The root password for MySQL + phpMyAdmin and also a XAMPP directory protection can being established here.
  103.  
  104.  
  105. Apache Notes:
  106.  
  107. (1) In contrast of apache 1.x, you can not stop the apache2
  108. with the command "apache -k shutdown". These functions only for
  109. an installations as service by NT systems. So, simply close
  110. the Apache START command for shutdown. 
  111.   
  112. (2) To use the experimental version of mod_auth_mysql remove the # in
  113. the httpd.conf. Detailed information about this topic can be found on 
  114. the left menu of xampp, once you started it.
  115.  
  116. (3) To use Mod_Dav load the Modules 
  117. mod_dav.so + mod_dav_fs.so in the httpd.conf by removing the # on 
  118. the beginning of their lines. Then try http://127.0.0.1:81 (not 
  119. for Frontpage, but for Dreamweaver)
  120.  
  121.  
  122. MYSQL NOTES:
  123.  
  124. (1) The MySQL server can be started by double-clicking (executing)
  125.     mysql_start.bat. This file can be found in the same folder you installed
  126.     xampp in, most likely this will be C:\xampp\.
  127.     The exact path to this file is X:\xampp\mysql_start.bat, where
  128.     "X" indicates the letter of the drive you unpacked xampp into.
  129.     This batch file starts the MySQL server in console mode. The first 
  130.     intialization might take a few minutes.
  131.     
  132.     Do not close the DOS window or you'll crash the server!
  133.     To stop the server, please use mysql_shutdown.bat, which is located in the same
  134.     directory.
  135.  
  136. (2) To use the MySQL Daemon with "innodb" for better performance, 
  137.     please edit the "my" (or "my.cnf") file in the /xampplite/mysql/bin 
  138.     directory or for services the c:\my.cnf for windows NT/2000/XP. 
  139.     In there, activate the "innodb_data_file_path=ibdata1:30M"
  140.     statement. Attention, "innodb" is not recommended for 95/98/ME.
  141.     
  142.     To use MySQL as Service for NT/2000/XP, simply copy the "my" 
  143.     / "my.cnf" file to C:\my, or C:\my.cnf. Please note that this 
  144.     file has to be placed in C:\ (root), other locations are not permitted. Then
  145.     execute the "mysql_installservice.bat" in the mysql folder.     
  146.          
  147.  
  148. (3) MySQL starts with standard values for the user id and the password. The preset
  149.     user id is "root", the password is "" (= no password). To access MySQL via PHP
  150.     with the preset values, you'll have to use the following syntax:
  151.     mysql_connect("localhost","root","");
  152.     If you want to set a password for MySQL access, please use of mysqladmin.
  153.     To set the passwort "secret" for the user "root", type the following:
  154.     \xampplite\mysql\bin\mysqladmin -u root password secret
  155.     
  156.     After changing the password you'll have to reconfigure phpMyAdmin to use the
  157.     new password, otherwise it won't be able to access the databases. To do that,
  158.     open the file config.inc.php in \xampplite\phpmyadmin\ and edit the
  159.     following lines:    
  160.     
  161.     $cfg['Servers'][$i]['user']            = 'root';   // MySQL user
  162.     $cfg['Servers'][$i]['auth_type']       = 'http';   // HTTP authentificate
  163.  
  164.     So first the 'root' password is queried by the MySQL server, before phpMyAdmin 
  165.     may access.
  166.               
  167. ---------------------------------------------------------------    
  168.  
  169. Have a lot of fun! Viel Spa▀! Bonne Chance!
  170.